HashMap.this

Undocumented in source.
  1. this()
    struct HashMap(K, V, Allocator = Mallocator, alias hashFunction = generateHash!K, bool supportGC = shouldAddGCRange!K || shouldAddGCRange!V, bool storeHash = true)
    @disable
    static if(stateSize!Allocator != 0)
    this
    ()
  2. this(Allocator allocator)
  3. this(size_t bucketCount, Allocator allocator)
  4. this(size_t bucketCount)

Meta